home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 2304 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: sobt.accessorl.net!user
  2. From: eric@accessorl.net (Eric Shaw)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: BAD CRC (who's fault?)
  5. Date: Sun, 21 Jan 1996 21:39:05 -0500
  6. Organization: Access Orlando
  7. Message-ID: <eric-2101962139050001@sobt.accessorl.net>
  8. References: <4cnsqs$k19@cmcl2.NYU.EDU> <960120.181410.1J9.rnr.w165w@zswamp.UUCP>
  9. NNTP-Posting-Host: sobt.accessorl.net
  10.  
  11. >m-sr0069@sparky.cs.nyu.edu (Salem Reyen) writes:
  12. >
  13. >> sz *  <------ Lots bad CRC/subdatapack too long....
  14. >> sz -w 2048 * <---- fewer bad CRC (the -w is for window size)
  15. >
  16. The Zmodem implementations in some programs are incompatible with each
  17. other.  Old Zmodems only work with 1K packets, so the new ones that
  18. support larger ones are supposed to start with 1K, then try 2K, 4K and 8K
  19. after awhile, dropping back if the larger packetsize doesn't work, but
  20. some implementations will try the larger packet size again, giving you
  21. more errors.  Setting the window size to 2048 makes it use 2048 byte
  22. packets.  -w 1024 will probably get rid of ALL the CRC errors.
  23.